runtime.schedt.sudogcache (field)

8 uses

	runtime (current package)
		mgc.go#L1828: 	for sg = sched.sudogcache; sg != nil; sg = sgnext {
		mgc.go#L1832: 	sched.sudogcache = nil
		proc.go#L475: 		for len(pp.sudogcache) < cap(pp.sudogcache)/2 && sched.sudogcache != nil {
		proc.go#L476: 			s := sched.sudogcache
		proc.go#L477: 			sched.sudogcache = s.next
		proc.go#L540: 		last.next = sched.sudogcache
		proc.go#L541: 		sched.sudogcache = first
		runtime2.go#L809: 	sudogcache *sudog